home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / UTIL-LIN.{2O / HISTORY.{_1 < prev    next >
Text File  |  1999-09-17  |  26KB  |  560 lines

  1. util-linux 2.9i:
  2.  
  3. * fixed 2.9h typo in more
  4. * added -m: `Monday is 1st day' option to cal (Jean-Francois Bignolles)
  5. * changed PAM stuff in login.c (+- mjohnson)
  6. * added warning to cfdisk in case of multiple bootable partitions
  7. * added 2048-byte sector support in fdisk (Oliver Schaertel)
  8.  
  9. util-linux 2.9h:
  10.  
  11. * mount recognizes "uid=useruid" and "gid=usergid" in /etc/fstab.
  12. * documented the fact that "mount -t smb" will call /sbin/mount.smb.
  13. * mount gives clear error message when fstab does not end in newline.
  14. * swapon checks mode of file
  15. * cfdisk got a more specific exit status (Enrique Zanardi)
  16.  
  17. util-linux 2.9g:
  18.  
  19. * mount updates (locking, "users" keyword, "/etc/filesystems",
  20.   "proto" and "vers" options in nfsmount, ...)
  21.  
  22. util-linux 2.9f:
  23.  
  24. * made ul handle lines of arbitrary length (Scott Maxwell)
  25. * killed some C/H/S nonsense in fdisk
  26. * fixes for archs with unsigned char type (Ambrose Li)
  27. * fdisk fixes for power pc (Tom Rini)
  28. * added a define for NCURSES_CONST
  29. * fixes for list of signals in kill.c
  30. * fixes for user name length in last.c
  31.  
  32. util-linux 2.9e:
  33.  
  34. * added a forgotten declaration to login.c (Christian Oyarzun)
  35.  
  36. util-linux 2.9d:
  37.  
  38. * fixed segfault in umount caused by Wilcox' patch (Steffen Zahn)
  39. * added lnz stuff to fdisk
  40.  
  41. util-linux 2.9c:
  42.  
  43. * refixed PAM stuff in login.c that was broken in 2.8.
  44.  
  45. util-linux 2.9b:
  46.  
  47. * split README into INSTALL and HISTORY
  48. * added a sentence to swapon.8
  49. * behaviour of write on non-ASCII fixed
  50. * hwclock adapted to survive a failing mktime()
  51.  
  52. util-linux 2.9a:
  53.  
  54. * added an include to lib/my_reboot.c so that __GLIBC__ is defined
  55. * added setlocale() to login-utils/chfn.c
  56. * do not recompute MAIL in login-utils/login.c
  57.  
  58. util-linux 2.9:
  59.  
  60. HIGHLIGHTS for version 2.9:
  61.  
  62. 1) Removed programs:
  63.    - strings. There is a version in binutils.
  64.    - frag. (Moved to historic in 2.4, crept back in 2.5. Gone again.)
  65. 1a) Not yet removed program:
  66.    - setfdprm. It also is in fdutils-5.2 (with an exceptionally
  67.      ugly man page).
  68. 1b) Removed directory:
  69.    - bsd. (The routine getopt() is in libc. err() moved to lib.)
  70. 2) Improvements:
  71.    - ddate has been fixed to count down to the new, right X-day
  72.    - look is now willing to search non-English dictionaries
  73.      (i.e., uses locale)
  74.    - cal now knows that Dutch day abbreviations have length 2 only
  75.    - mcookie does not block when no random stuff is available
  76.    - shutdown got a configuration file /etc/shutdown.conf
  77.    - fdisk now reads SGI disk labels (thanks to Andreas Neuper)
  78.    - mkswap now knows about new swap areas; mkswap.8 has been rewritten
  79.    - umount knows about umount2() and forced unmounting of nfs mounts
  80.      (however, I don't think it really works)
  81.    - mount is now willing to handle file names with embedded spaces
  82.    - mount can now mount things by UUID or volume name
  83. 3) Uglifications:
  84.    - swap.h has been replaced by a private swap_constants.h since
  85.      <linux/swap.h> does not compile
  86.    - reboot has become a private routine, since libc5 and glibc2 conflict
  87.    - a mkminix-0.1 directory contains some patches to let mkfs.minix
  88.      work under DOS. (Untested.)
  89. 4) Numerous other small changes.
  90.  
  91. 0xF) Send questions and/or patches to util-linux@math.uio.no
  92.  
  93. util-linux 2.8:
  94.  
  95. HIGHLIGHTS for version 2.8:
  96.  
  97. 1) New programs:
  98.    - getopt(1) by Frodo Looijaard replaces the older bsd based version.
  99.      Keywords: Backward compatible, supports --long options.
  100. 1) Removed programs: 
  101.    - chroot: is no longer in util-linux.  Get it free with GNU sh-utils
  102.    - hostid: No-one could figure out the right way for this program to
  103.         work.  Another hostid program is included in poeigl
  104.         (see the LSM, Primary-site: ftp.daimi.aau.dk /pub/linux/poe)
  105. 2) Various portability enhancements.  Among other things hwclock now works
  106.    a lot better on non Intel architectures.  Should compile with libc 4, 5
  107.    and 6 as well as old and recent kernels.  People using non-intel hardware
  108.    are encouraged to send patches.
  109. 3) rev now only limits linelength to memory capacity
  110. 4) dmesg now uses a buffer that matches the kernel buffer in size (8KB)
  111.  
  112.  
  113. util-linux 2.7:
  114.  
  115. HIGLIGHTS for version 2.7:
  116.  
  117. 1) util-linux now _requires_ ncurses.  Several programs are completely
  118.    converted to use terminfo (instead of termcap).
  119.  
  120. 2) Removed progams:
  121.    - clock: Dropped entirely.  Use hwclock (included).
  122.    - sync: is in gnu fileutils.
  123.    - setserial: Is being maintained by Ted Ts'o, he recommends
  124.     setserial-2.12 (2.13 is bad luck)
  125.    - clear: Included in ncurses
  126.    - hostname, domainname, dnsdomainname: It's in net-utils.
  127.    - lpcntl.
  128.  
  129. 3) Bugfixes, additions:
  130.    - cfdisk: A much improved version. All known bugs have been fixed.
  131.    - sfdisk: A command line fdisk type utility, formerly called fdisk-3.04.
  132.    - SECURITY: All known holes in login, chfn, chsh and others have been
  133.      plugged.  UPGRADE NOW if you haven't already fixed them yourself.
  134.    - Should work with libc 4, 5 and 6 (gnulibc), on m68k, intel, alpha
  135.      and sparc.
  136.  
  137. 4) Problems:
  138.    - The rpcgen that comes in NetKit-B-0.09 is broken.  At least as
  139.      packaged with RedHat 4.2 (NetKit-B-0.09-6).  There are several
  140.      ways to deal with this:
  141.      - Don't run rpcgen, the needed pre-generated sources are included
  142.        (nfsmount_xdr.c).  You must hack mount/Makefile to do this.
  143.      - Edit the source emitted by rpcgen so it can compile.  This is very
  144.        simple if you know C.
  145.      - Disable the NFS parts of mount.  You have to edit mount/Makefile
  146.        to do this.
  147.      - Use some other rpcgen.
  148.  
  149. util-linux 2.6.1
  150.  
  151. This release was never made public
  152.  
  153. See notes for 2.6 for installation instructions.
  154.  
  155. This is a incremental release containing some fixes.  A new release
  156. will be made later fixing the outstanding bugs.
  157. - Things compiles and works better with recent releases of kernel, 
  158.   ncurses, and so forth: fdisk, more
  159. - Some fixes to make things compile out of the box on alphas.
  160. - There has been reported a problem with login and /etc/usertty.  It
  161.   should be fixed.  If you still have problems get a recent MAKEDEV and 
  162.   use it to make new tty devices.  They were renumbered sometime during
  163.   the 1.3 phase of the kernel.
  164. - ipcs now displays the key of the structures.
  165. - A (harmless?) overflow bug was fixed in login.
  166.  
  167. Outstanding bugs:
  168. - login/getty has a denial of service problem.
  169. - Several places needs a bit more polish.
  170. - There are a _lot_ of nonfatal warnings when compiling mount.  This will
  171.   not necesarily be fixed.
  172.  
  173.  
  174. util-linux 2.6
  175.  
  176. HIGHLIGHTS for version 2.6:
  177.  
  178. 0) The first release with me at the helm.  PLEASE SEND PATCHES AND
  179.    UPDATES TO: util-linux@math.uio.no.
  180.  
  181. 1) Removed programs:
  182.    - md5sum, dsplit: available in GNU textutils.
  183.    - syslogd: Sysklogd is now prefered.  It is available at 
  184.     tsx-11.mit.edu:/pub/sources/sbin
  185.     sunsite.unc.edu:/pub/Linux/system/Daemons
  186.  
  187. 2) Bugfixes, additions: 
  188.    - SECURITY: All known holes in mount have been fixed.  UPGRADE NOW
  189.      if you haven't already!
  190.    - Portability enhancments to the minix filesystem utils (m68k and
  191.      Arm patches).
  192.    - passwd/chsh/chfn will not mess up the passwd file on a NIS machine
  193.    - others too numerous to enumerate.
  194.  
  195. 3) New programs: 
  196.    - vigr (it's like vipw)
  197.    - Introducing hwclock.  A complete rewrite of the latest available
  198.      clock source.  It supports intel/CMOS, /dev/rtc and linux/m68k
  199.      system clock interfaces.  Clock supports the same things but is now
  200.      obsolete and will not be present in the next release.  Start using
  201.      hwclock now.  Please.
  202.  
  203.  
  204. util-linux 2.5
  205.  
  206. HIGHLIGHTS for version 2.5:
  207. 0) Nicolai Langfeldt is taking over maintenance of util-linux, with the
  208.    help of a few others (Michael K. Johnson, Andries Brouwer, and Rik
  209.    Faith).
  210.  
  211.    PLEASE SEND PATCHES AND UPDATES TO: util-linux@math.uio.no
  212.  
  213. 1) The following packages have been removed.  Please use the up-to-date,
  214.    canonical versions of these packages from the listed places:
  215.  
  216.     timezone support (/usr/lib/zoneinfo, libz.a, zic, zdump):
  217.         elsie.nci.nih.gov:/pub/tzcode95d.tar.gz
  218.         elsie.nci.nih.gov:/pub/tzdata95h.tar.gz
  219.     MAKEDEV-C:
  220.         sunsite.unc.edu:/pub/Linux/system/Admin/MAKEDEV-C-1.5.tar.gz
  221.     MAKEDEV:
  222.         sunsite.unc.edu:/pub/Linux/system/Admin/MAKEDEV-2.2.tar.gz
  223.     md5sum:
  224.         prep.ai.mit.edu:/pub/gnu/textutils-1.3.tar.gz
  225.         [The GNU version is now compatible with the Plumb/Lankester
  226.         version.]
  227.     ksymoops:
  228.         Now bundled with the kernel in linux/scripts.
  229.  
  230. 2) update_state has been removed
  231. 3) fdisk now supports NetBSD disklabels courtesy of Bernhard Fastenrath
  232.    <fasten@athene.informatik.uni-bonn.de> (and > 8GB disks, courtesy of
  233.    Andries Brouwer)
  234. 4) mount improved -- many patches from Andries Brouwer for greatly improved
  235.    error reporting
  236. 5) ddate, chkdupexe, and other programs have been improved and bug fixed
  237. 6) util-linux is now a source-only distribution
  238. 7) mcookie generates better random numbers and will use /dev/random or
  239.    /dev/audio if available
  240. 8) chfn, chsh, passwd, and vipw have been updated with security patches
  241.    from Zefram <A.Main@dcs.warwick.ac.uk>.  Now, they all use the same
  242.    locking, and several security holes have been patched.  Further, chsh
  243.    and chfn can be configured at compile time to require a password before
  244.    updates and chsh can be configured to only use shells from /etc/shells.
  245.         
  246.  
  247. HIGHLIGHTS for version 2.4 (2.3 was never released):
  248. 0) Michael K. Johnson <johnsonm@nigel.vnet.net> is the interim maintainer
  249.    while Rik Faith is working on PhD work.
  250. 1) login now makes the login tty mode 600 and places it in group "tty"
  251. 2) wall, and write will not write dangerous escape sequences
  252. 3) wall and write can be run setgid "tty".  If util-linux is compiled for
  253.    this option, "mesg y" will only set group write instead of group/other
  254.    write.
  255. 4) fdisk and cfdisk have been patched with the latest llseek.c.  Although I
  256.    had a lot of bug reports about fdisk from util-linux-2.2, I was unable
  257.    to reproduce any of the problems.  Some of the problems appeared to be
  258.    releated to a failure to reboot the machine after changing the partition
  259.    table, and some may have been due to a specific kernel revision problem.
  260.    However, this doesn't seem to account for all of the bug reports -- if
  261.    this version gives you problem, please send as complete a bug report as
  262.    possible.
  263. 5) chkdupexe from Nicolai Langfeldt (janl@ifi.uio.no)
  264. 6) ctrlaltdel now installs into /sbin instead of /usr/sbin
  265. 7) mkfs replacement from Ron Sommeling (sommel@sci.kun.nl)
  266. 8) lpcntl removed.  Use tunelp instead.
  267. 9) ksymoops from Greg McGary <gkm@magilla.cichlid.com>
  268. 10) mkfs.minix now clears the first 512 bytes of the file system so that
  269.     Minix disks won't be confused with MSDOS disks (Daniel Quinlan
  270.     (quinlan@yggdrasil.com))
  271. 11) mkswap should now work on an Alpha running Linux
  272. 12) frag removed.  See
  273.     sunsite.unc.edu:/pub/Linux/system/Filesystems/defrag-0.6.tar.gz for the
  274.     latest version.
  275. 13) mount patches from Andries.Brouwer@cwi.nl and Dan Quinlan
  276.     (quinlan@yggdrasil.com).
  277. 14) MAKEDEV and MAKEDEV-C updated to the latest versions.
  278. 15) Paths updated for FSSTND 1.2.  This means that you may need to make
  279.     some links.  The links you need to make we system dependent.  The
  280.     ultimate goal is to rename /var/adm to /var/log and have a symbolic
  281.     link from /var/adm to /var/log during the transition period.  If you
  282.     are running an ELF system, you probably won't have to do anything.  The
  283.     bottom line is that the following files must exist or be pointers to
  284.     the old version (used internally by the a.out libraries):
  285.  
  286.              New                 Old
  287.  
  288.         /var/log/wtmp       /var/adm/wtmp
  289.         /var/log/lastlog    /var/adm/lastlog
  290.         /var/run/utmp       /var/adm/utmp
  291.  
  292. HIGHLIGHTS for version 2.2:
  293. 1) This is primarily a quick bug-fix release for version 2.1
  294. 2) mkfs wrapper added back in, since e2fsprogs only supplies an fsck wrapper
  295. 3) selection removed, since someone appears to be maintaining it now.  See
  296.    sunsite.unc.edu:/pub/linux/kernel/patches/console for recent sources.
  297.    For the time being, I'm keeping a copy in the historic subdirectory of
  298.    util-linux.  A "make install" should work find from within that
  299.    directory.
  300. 4) Note that other floppy utilities are available from:
  301.     ftp.imag.fr:pub/Linux/ZLIBC/fdutils/fdutils-4.1.src.tar.gz
  302.     sunsite.unc.edu:/pub/Linux/system/Misc/fdutils-4.1.src.tar.gz
  303.     tsx-11.mit.edu:/pub/linux/sources/sbin/fdutils-4.1.src.tar.gz
  304.  
  305.  
  306. HIGHLIGHTS for version 2.1:
  307.  
  308. 1) Directory structure rearrange, with configuration support for those who
  309.    use shadow passwords and System V init (no support is provided for these
  310.    things, but your utilities won't get overwritten if you do a "make
  311.    install" after you properly edit MCONFIG).
  312. 2) fdisk and cfdisk should work as expected with 2GB+ disk drives
  313. 3) As usual, lots of stuff was updated and added, including mount, vipw,
  314.    readprofile
  315. 4) Some stuff was also deleted, and can now be found elsewhere:
  316.     fsck wrapper: tsx-11.mit.edu:/pub/linux/ALPHA/ext2fs/e2fsprogs*
  317.     pwd, su: prep.ai.mit.edu:/pub/gnu/sh-utils*
  318.     ed: prep.ai.mit.edu:/pub/gnu/ed*
  319.     od: prep.ai.mit.edu:/pub/gnu/textutils*
  320.     uudecode/uuencode: prep.ai.mit.edu:/pub/gnu/sharutils*
  321.     bdflush/update: ftp.funet.fi:/pub/OS/Linux/PEOPLE/Linus/v1.1/bdflush*
  322.  
  323.  
  324.  
  325. PARTIAL HISTORY OF UTIL-LINUX:
  326.  
  327. bsd:
  328.     Nothing in this directory gets installed, but some BSD programs need
  329.     this support:
  330.         err.c: 8.1 (Berkeley) 6/4/93
  331.         err.h: 8.1 (Berkeley) 6/2/93
  332.         getopt.c: 4.13 (Berkeley) 2/23/91
  333.         pathnames.h: 5.3 (Berkeley) 5/9/89 with extensive modifications for
  334.                      Linux
  335.  
  336. disk-utils:
  337.     cfdisk: 0.8 BETA (>2GB) from Kevin E. Martin (martin@cs.unc.edu) with
  338.             modifications for disks > 2GB.
  339.             ftp.cs.unc.edu:/pub/users/martin/linux/cfdisk-0.8.tar.gz
  340.     fdformat: Werner Almesberger (almesber@nessie.cs.id.ethz.ch), with
  341.               modifications by Marcel Mol (marcel@dutecad.et.tudelft.nl)).
  342.               Later, updated with a September 1992 version by Werner.
  343.     fdisk: A. V. Le Blanc (LeBlanc@mcc.ac.uk) fdisk 1.5 release, with
  344.            patched from Kevin Martin for DOS and OS/2 compatibility (1.5a);
  345.            Rik Faith (1.5b, 2.0).
  346.     fsck.minix, mkfs.minix: Linus Torvalds, with modifications by: Rik
  347.                             Faith (faith@cs.unc.edu), Scott Heavner
  348.                             (sdh@po.cwru.edu), Dr. Wettstein
  349.                             (greg%wind.uucp@plains.nodak.edu), Daniel
  350.                             Quinlan (quinlan@yggdrasil.com).
  351.     mkfs: David Engel (david@ods.com) and Fred N. van Kempen
  352.           (waltje@uWalt.NL.Mugnet.ORG)
  353.           Version 1.9 from Ron Sommeling (sommel@sci.kun.nl)
  354.     mkswap: Linus Torvalds, with modifications by Mike Jagdis
  355.             (jaggy@purplet.demon.co.uk. )
  356.             Version for Alpha from
  357.             cage.cs.arizona.edu:/pub/davidm/linux/mkswap-axp-950503.tar.gz
  358.     setfdprm: Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
  359.               Note that more floppy utilities are available from:
  360.                 ftp.imag.fr:pub/Linux/ZLIBC/fdutils/fdutils-4.1.src.tar.gz
  361.                 sunsite.unc.edu:/pub/Linux/system/Misc/fdutils-4.1.src.tar.gz
  362.                 tsx-11.mit.edu:/pub/linux/sources/sbin/fdutils-4.1.src.tar.gz
  363.     llseek.c: from Remy Card's e2fsprogs-0.5b.tar.gz (21Mar95 version) from:
  364.                 sunsite.unc.edu:/pub/Linux/system/Filesystems/ext2
  365.  
  366. games:
  367.     banner: (8.3 (Berkeley) 4/2/94)
  368.             ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  369.  
  370. login-utils:
  371.     agetty: W. Z. Venema, ported by Peter Orbaek <poe@daimi.aau.dk>.
  372.             ftp.daimi.aau.dk:/pub/linux/poe/poeigl-1.37.tar.gz
  373.     chfn: Salvatore Valente <svalente@athena.mit.edu>
  374.     chsh: Salvatore Valente <svalente@athena.mit.edu>
  375.     last: 5.11 w/year (Berkeley) 6/29/88; Port by Michael Haardt with
  376.           changes by Peter Orbaek.
  377.           ftp://ftp.daimi.aau.dk/pub/linux/poe/admutil-1.16.tar.gz
  378.     login: 5.40 (Berkeley) 5/9/89; with ports by Michael Glad and Peter Orbaek
  379.            ftp.daimi.aau.dk:/pub/linux/poe/poeigl-1.37.tar.gz
  380.     mesg: 8.2 (Berkeley) 1/21/94
  381.           ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  382.     newgrp: Michael Haardt, with modifications by Peter Orbaek.
  383.             ftp://ftp.daimi.aau.dk/pub/linux/poe/admutil-1.16.tar.gz
  384.     passwd: Peter Orbaek, with yp modifications by Alvaro Martinez
  385.             Echevarria (alvaro@enano.etsit.upm.es)
  386.             ftp://ftp.daimi.aau.dk/pub/linux/poe/admutil-1.16.tar.gz
  387.     shutdown: Peter Orbaek, with new modifications by Stephen Tweedie, Rik
  388.               Faith, and Dave (gentzel@nova.enet.dec.com).
  389.               ftp://ftp.daimi.aau.dk/pub/linux/poe/admutil-1.16.tar.gz
  390.     simpleinit: Peter Orbaek
  391.                 ftp.daimi.aau.dk:/pub/linux/poe/poeigl-1.37.tar.gz
  392.     vipw: 5.16 (Berkeley) 3/3/91, with modifications by Mike Grupenhoff
  393.           <kashmir@umiacs.UMD.EDU> 
  394.     wall: 8.2 (Berkeley) 11/16/93 (With changes so that damaging escape
  395.           sequences cannot be sent.)
  396.           ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  397.  
  398.  
  399. misc-utils:
  400.     cal: 8.4 (Berkeley) 4/2/94, with modifications by Rik Faith and
  401.          Hein@student.tu-clausthal.de (Jochen Hein).
  402.          ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  403.     chkdupexe: Version 1.2 from "Nicolai Langfeldt" <janl@ifi.uio.no>
  404.     clear: Rik Faith
  405.     ddate: Druel the Chaotic aka Jeremy Johnson aka mpython@gnu.ai.mit.edu,
  406.            with modifications by Lee Harvey Oswald Smith, K.S.C. and
  407.            substantial updates from Rev. Bro. Lee H:. O:. Smith, KYTP
  408.     domainname: Peter Orbaek
  409.             ftp.daimi.aau.dk:/pub/linux/poe/poeigl-1.37.tar.gz
  410.     dsplit: David Arnstein (arnstein@netcom.com)
  411.             gatekeeper.dec.com:/pub/usenet/comp.sources.misc/volume40/dsplit
  412.     getopt (getoptprog): jhunix.hcf.jhu.edu:
  413.            /pub/public_domain_software/NetBSD/usr/src/usr.bin/getopt
  414.        replaced by getopt-1.0.3.tar.gz from Frodo Looijaard,
  415.        found at http://huizen.dds.nl/~frodol
  416.     hostid: Mitch DSouza (m.dsouza@mrc-apu.cam.ac.uk)
  417.             ftp.daimi.aau.dk:/pub/linux/poe/poeigl-1.37.tar.gz
  418.     hostname/dnsdomainname: Peter Tobias <tobias@server.et-inf.fho-emden.de>
  419.               This version (1.6) should also be available soon in:
  420.               nic.funet.fi:/pub/OS/Linux/PEOPLE/Linus/net-source/base/NetKit-A*
  421.     kill: BSD version, modified by Salvatore Valente <svalente@mit.edu>
  422.     logger: 8.1 (Berkeley) 6/6/93, with modifications by Rik Faith
  423.             ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  424.     look.c: 8.1 (Berkeley) 6/14/93, with modifications by Rik Faith
  425.             ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  426.     mcookie: Rik Faith (faith@cs.unc.edu)
  427.     md5sum: Branki Lankester and Colin Plumb.  The MD5 message-digest
  428.             algorithm is in the Public Domain.  This implementation
  429.             calculates message-digest information only, and can NOT be used
  430.             for encryption.  Therefore it is exportable from the USA.
  431.             Original sources in the MIT version of PGP 2.6.2.
  432.     namei: Roger S. Southwick, with modifications by Steve Tell.
  433.     reset: Rik Faith
  434.     script: 5.13 (Berkeley) 3/5/91, with modifications by Rick Sladkey
  435.             (jrs@world.std.com), Harald Koenig
  436.             (koenig@nova.tat.physik.uni-tuebingen.de).
  437.     setterm: Gordon Irlam (gordoni@cs.ua.oz.au), with modifications by
  438.              Peter MacDonald, Mika Liljeberg (liljeber@cs.Helsinki.FI),
  439.              John Walder (j-walder@uiuc.edu) [for dosemu].
  440.     tsort: 5.3 (Berkeley) 6/1/90
  441.            wuarchive.wustl.edu:/mirrors/4.3-reno
  442.     whereis: 5.5 (Berkeley) 4/18/91
  443.              wuarchive.wustl.edu:/mirrors/4.3-reno
  444.     write: 8.1 (Berkeley) 6/6/93, with modifications by Mike Grupenhoff
  445.            (kashmir@umiacs.umd.edu).  With changes so that damaging escape
  446.            sequences cannot be sent.
  447.            ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  448.  
  449.  
  450. mount:
  451.     mount, umount, swapon
  452.  
  453.     Rick Sladkey put together the mount-0.99.6.tar.Z package, and Stephen
  454.     Tweedie provided updates.  The utilities were originally from that
  455.     package (all appear to be by Doug Quale (quale@saavik.cs.wisc.edu),
  456.     with modifications by H. J. Lu (hlu@eecs.wsu.edu) on 11/25/92; Rick
  457.     Sladkey (jrs@world.std.com) in January 1993; and Stephen Tweedie
  458.     <sct@dcs.ed.ac.uk> on 8 October 1993.  This distribution mount now
  459.     supports NFS stuff.  I have modified the man pages.  I have also added
  460.     a small patch from Hamish Glen Coleman (t933093@minyos.xx.rmit.OZ.AU)
  461.     which restores the -o semantics.
  462.     
  463.     Updated with Rick Sladkey's mount-0.99.14.tar.gz package, and with
  464.     extra patches from Rick.  Adam J. Richter allowed -t option to be
  465.     optional. Patrick J. Volkerding (volkerdi@mhd1.moorhead.msus.edu) and
  466.     Mitchum DSouza both provided patches that fixed the (null) problem when
  467.     not using -t. Mitchum DSouza
  468.     (mitch@mrc-applied-psychology.cambridge.ac.uk) added support for loop
  469.     device mounts. Sebastian Lederer
  470.     (lederer@next-pc.informatik.uni-bonn.de) added support for sending an
  471.     unmount RPC call to the server when an NFS-filesystem is unmounted.
  472.     Sander van Malssen (svm@kozmix.hacktic.nl) added support for remounting
  473.     readonly file systems readonly.  Mike Grupenhoff
  474.     <kashmir@umiacs.UMD.EDU> added a probe of the superblock for the type
  475.     before /proc/filesystems is checked.  Andries.Brouwer@cwi.nl fixed up
  476.     error reporting.
  477.  
  478.     Updated with patches from Andries.Brouwer@cwi.nl and Dan Quinlan
  479.     (quinlan@yggdrasil.com).  And more patches from Andries and others.
  480.  
  481. historic/selection: The complete selection-1.5 package, by Andrew Haylett
  482.     <ajh@gec-mrc.co.uk>, 17th June 1993, is included in the historic tree.
  483.     Kernel patches are no longer necessary for modern kernels, but these
  484.     were tiny so I left them in for historical reasons.  The Makefile was
  485.     modified for this distribution.  With changes from Rick Sladkey.
  486.  
  487. sys-utils:
  488.     arch: Rik Faith <faith@cs.unc.edu>
  489.     chroot: Rick Sladkey <jrs@world.std.com>
  490.     clock: Originally from the timesrc-1.2.tar.Z package, Charles Hedrick,
  491.            hedrick@cs.rutgers.edu (V1.0); Rob Hooft, hooft@chem.ruu.nl
  492.            (V1.1); Harald Koenig (koenig@nova.tat.physik.uni-tuebingen.de)
  493.            (V1.2).  With additional changes: Hamish Coleman
  494.            (hamish@zot.apana.org.au) (V1.2a); Alan Modra
  495.            (alan@spri.levels.unisa.edu.au (V1.3, V1.4).
  496.     ctrlaltdel: Peter Orbaek <poe@daimi.aau.dk>
  497.                 ftp://ftp.daimi.aau.dk/pub/linux/poe/admutil-1.16.tar.gz
  498.     cytune: Nick Simicish (njs@scifi.emi.net) and Rik Faith (faith@cs.unc.edu)
  499.     dmesg: Theodore Ts'o (tytso@athena.mit.edu); Rick Sladkey
  500.            (jrs@world.std.com)
  501.     ipcrm: From the ipcdelta.tar.z distribution by krishna
  502.            balasub@cis.ohio-state.edu on 3/15/93.  ipc.info and ipc.texi
  503.            are also from that distribution.
  504.     ipcs: Also from the ipcdelta.tar.z distribution by krishna
  505.           balasub@cis.ohio-state.edu, with patches from Mike Jagdis
  506.           (jaggy@purplet.demon.co.uk)
  507.     kbdrate: Rik Faith (faith@cs.unc.edu), with patches from
  508.              Andries.Brouwer@cwi.nl and John Bowman
  509.              (bowman@hagar.ph.utexas.edu)
  510.     ksymoops: 1.7 from Greg McGary <gkm@magilla.cichlid.com>
  511.     rdev: almesber@nessie.cs.id.ethz.ch (Werner Almesberger), with
  512.           modifications from Peter MacDonald, Stephen Tweedie
  513.           (sct@dcs.ed.ac.uk), and Dave (gentzel@nova.enet.dec.com)
  514.     readprofile: Alessandro Rubini from readprofile-2.0.tar.gz
  515.     renice: 8.1 (Berkeley) 6/9/93
  516.             ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  517.     setserial: Michael K. Johnson (johnsonm@stolaf.edu) re-released Rick
  518.                Sladkey's setserial in January 1993, with changes by
  519.                Theodore Ts'o (tytso@mit.edu).  I think that Theodore also
  520.                did extensive changes for version 2.01, I can't find any
  521.                notes about this in the documentation. However, Theodore
  522.                Ts'o (tytso@ATHENA.MIT.EDU) released version 2.10, and that
  523.                is now included.
  524.     setsid: Rick Sladkey <jrs@world.std.com>
  525.     sln: Mike Parker and David MacKenzie (from Linux's libc)
  526.     sync: Nick Holloway, with thanks to James Bonfield
  527.     tunelp: Michael K. Johnson (johnsonm@nigel.vnet.net)
  528.  
  529.  
  530. syslogd:
  531.    5.45 (Berkeley) 3/2/91
  532.  
  533.    Most of the changes for syslogd come from Rick Sladkey
  534.    (jrs@world.std.com), but I'd like to thank other people who sent in
  535.    changes (which usually got forwarded to Rick): Carsten Paeth
  536.    (calle@calle.in-berlin.de) and Kaz Sasayama (kaz@lilia.iijnet.or.jp).
  537.  
  538. text-utils:
  539.     col: 5.3 (Berkeley) 2/2/91; with patches from Andries.Brouwer@cwi.nl
  540.          and Carl Christofferson (cchris@connected.com)
  541.          wuarchive.wustl.edu:/mirrors/4.3-reno/{bin,usr.bin}
  542.     colcrt: 8.1 (Berkeley) 6/6/93 (Bill Joy)
  543.             ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  544.     colrm: 5.4 (Berkeley) 6/1/90 (Jeff Schriebman)
  545.     column: 8.3 (Berkeley) 4/2/94
  546.             ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  547.     hexdump: 5.5 (Berkeley) 6/1/90
  548.              wuarchive.wustl.edu:/mirrors/4.3-reno/{bin,usr.bin}
  549.     more: 5.19 (Berkeley) 6/29/88 (Eric Shienbrood, Geoff Peck, John Foderaro)
  550.     rev: 5.2 (Berkeley) 3/21/92; with modifications by Charles Hannum
  551.          (mycroft@gnu.ai.mit.edu), Brian Koehmstedt (bpk@gnu.ai.mit.edu),
  552.          bjdouma@xs4all.nl
  553.          wuarchive.wustl.edu:/mirrors/4.3-reno/{bin,usr.bin}
  554.     strings: 5.10 (Berkeley) 5/23/91; with patches from Vitor Duarte
  555.              <vad@fct.unl.pt>
  556.              wuarchive.wustl.edu:/mirrors/4.3-reno/{bin,usr.bin}
  557.     ul: 8.1 (Berkeley) 6/6/93
  558.         ftp.cdrom.com:/pub/bsd-sources/4.4BSD-Lite/usr/src/usr.bin
  559.  
  560.